codebase=path to the directory, If left blank then local path
version=Version number needs to agree with CAB file version numberl
license= If you run your browser on the local server the editor will work 127.0.0.1 means your local machine, we also test for C: and no license is required
license2= Support 2 license key for the production server and test server.
font= We globaly set the Font
width= Width of the Editor Control
height= Height of the Editor Conrol
htmlcode=When the editor starts, what is written to this field will show up in the editor.
editorsinform=the number of editors in the form)
editornumber=the number of the current editor in the form
form="frmMain" The control will need to be in a form so when you post the form the returnfield is posted as a hidden field
button="Button"> The name="XXXXX" of the Button used to submit the form.
--->
<CF_WebEditor
codebase=""
version="2,3,0,0"
license="127.0.0.1?650630331830908"
License2="localhost?850330421323576"
License3=""
font="Arial"
width="565"
height="400"
htmlcode=""
form="frmMain"
EditorNumber="1"
EditorsInForm="1"
button="Button"
AllowCustomize="True"
ButtonsEdit="True"
ButtonsFontSize="True"
ButtonsFontStyle="True"
ButtonsFontColor="True"
ButtonsBullets="True"
ButtonsIndent="True"
ButtonsAlign="True"
ButtonsHyperlink="True"
ButtonsPicture="True"
ButtonsAbout="True"
FTPServer="ftp.idontknow.com/ewebedit/images"
FTPUsername="username"
FTPPassword="encryptedpassword"
ImagesPath="../images"
WDDX="<field name='IMAGE_TITLE'><string>Company Logo</string></field><field name='IMAGE_LOCATION'><string>images/logo.jpg</string></field><field name='FONT_FACE'><string>Arial</string><string>New Times Roman</string></field>"
>
<!--- WDDX packet, see edit.cfm using the cfwddx tag, but this is to show a simple example --->